home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / sys / FastAssignPlus.lha / FastAssign / FastAssign.doc next >
Encoding:
Text File  |  2009-09-20  |  2.0 KB  |  67 lines

  1. Short:    Fast Assign all your assigns+asm source
  2. Author:   Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
  3. Version:  3.05
  4. Type:     util/sys
  5. Uploads:  Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
  6. Requires: Kickstart v37 or higher
  7.  
  8. Short assembly program with all assign can be done in one command.
  9. Source included so You can add your own assigns.
  10. Should work on kick 2.0 but not testet!
  11. Its Freeware!
  12.  
  13. replace for commands:
  14.  
  15. makedir ram:T
  16. makedir ram:env
  17. Assign >NIL: ENV: ram:ENV
  18. Assign >NIL: T: RAM:T
  19. Assign >NIL: CLIPS: ram:T
  20. Assign >NIL: REXX: S:            ;!This one no
  21. Assign >NIL: PRINTERS: DEVS:Printers
  22. Assign >NIL: KEYMAPS: DEVS:Keymaps
  23. Assign >NIL: LOCALE: SYS:Locale
  24. Assign >NIL: LIBS: SYS:Classes ADD    ;!This one no
  25. Assign >NIL: HELP: dh0:Help DEFER
  26.  
  27. Install:
  28. Remove commands below and add fastassign in your startup-sequece
  29.  
  30. Usage example:
  31.  fastassign ARGONLY Sources: dh3:prg/asm/sources mui: sys:mui etcetc...
  32.  
  33. ARGONLY turn off build in assigns (see below)
  34.  or fastassign
  35. this will assign all commands below
  36.  
  37.  
  38. It works same as assign so you should not have problems.
  39. BTW don't need to add ':' in first argument ex:
  40.  assign sources hd1:prg/asm/
  41. Will work same as 
  42.  assign sources hd1:prg/asm/
  43.  
  44. Email:
  45.  brainiax@manta.univ.gda.pl or mars@biomed.eti.pg.gda.pl
  46.  
  47.  
  48. Sorry about my english hope you can understand me...:)))
  49.  
  50. Somebody insist my to do version with can also get line assign so here is it.
  51.  
  52. Also another guy wrote to me saying that he do same program with same name,
  53. & he send it to aminet with source.
  54. So now i change the name to FastAssignPlus :) hope he like it.
  55.  
  56. History:
  57.  Version 3.3    Handles also line output
  58.         Sources written in my way. Use Trashm'one cos asm can not
  59.         handle my specyfic macros 'ml (a0,d0.w),d0' won't work in asm
  60.         the ',' is treated as next argument for macro.
  61.         Trashm'one work good, anyone have new version of it ?
  62.         send me...
  63.  3.05 name should me .03 not .3 better source explanation (now in english::)
  64.       it will automaticly createdir.
  65.        Assign add, late, path added.! (but only in source)
  66.  
  67.